Path: / v310 / servicegroup / {id} / snapshotSchedules

Path parameters:
id - Tintri UUID of the service group.

Method Summary
ResourceDescription
GET /v310/servicegroup/{id}/snapshotSchedulesReturns list of snapshot schedules which will be applied to members of this service group.

Method Detail
HTTP Example:
GET /v310/servicegroup/{id}/snapshotSchedules

API Example:

ServiceGroupResource.getSnapshotSchedules({'id': /* svgId Tintri UUID of the service group. */});

Description:
Returns list of snapshot schedules which will be applied to members of this service group.
Tintri Api Server Support:
All
Output:
List<VirtualMachineSnapshotSchedule> - List List of snapshot schedules associated the service group.
Produces:
application/json;qs=1, application/xml;qs=0.5
Consumes:
application/json;qs=1, application/xml;qs=0.5